home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Cosmic Defender.swf
/
scripts
/
DefineButton2_279
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
240 b
|
14 lines
on(press){
if(_root.sound_on)
{
_root.splash_music.stop();
_root.sound_on = false;
}
else
{
_root.track_play = true;
_root.splash_music.start(0,99999);
_root.sound_on = true;
}
}